Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / StyleSelector<T> Class
The type of the object which set the style selector.
Members


In This Topic
    StyleSelector<T> Class
    In This Topic
    Represents the StyleSelector<T> class.
    Object Model
    StyleSelector<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class StyleSelector(Of T As FrameworkElement) 
    'Usage
     
    Dim instance As StyleSelector(Of T)
    public abstract class StyleSelector<T> 
    where T: FrameworkElement
    Type Parameters
    T
    The type of the object which set the style selector.
    Inheritance Hierarchy
    See Also